﻿@charset "utf-8";
/* CSS Document */
/* fixed */
html, body {
	font: 14px/1.8 "微软雅黑";
	color: #666;
}
.pw {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pw2 {
	width: 1464px;
	margin: 0 auto;
	position: relative;
}
.pw3 {
	width: 1490px;
	margin: 0 auto;
	position: relative;
}
.pw4 {
	width: 1600px;
	margin: 0 auto;
	position: relative;
}
@font-face {
	font-family: 'moolbor';
	src: url('../fonts/moolbor.eot');
	src: local('☺'), url('../fonts/moolbor.woff') format('woff'), url('../fonts/moolbor.ttf') format('truetype'), url('../fonts/moolbor.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
/* fixed end */
.onloadbox {
	background: #fff;
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow: hidden;
	transition: 800ms;
	-webkit-transition: 800ms;
}
.ollines {
	position: absolute;
	height: 2px;
	background: #ededed;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.ollines .line {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background: #f08519;
	width: 0;
}
.olens {
	text-align: center;
	font-family: 'moolbor';
	color: #333;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -81px;
}
.olens .en1 {
	font-style: italic;
}
.olens .en2 {
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 3px;
}
.olens .en2 .s {
	color: #f08519;
}
.olnum {
	font-family: 'moolbor';
	text-align: center;
	font-size: 24px;
	color: #f08519;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 31px;
	line-height: 1;
}
.onloadbox.hide {
	top: -100%;
	opacity: 0;
	visibility: hidden;
}
.header {
	padding: 20px 20px 15px 20px;
	background: #fff;
	width:calc(100% - 40px);
	display:inline-block;
}
.nav li {
	position: relative;
}
.nav li > a {
	display: block;
	color: #333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.nav .m {
	position: relative;
}
.nav .men {
	font-size: 16px;
	padding: 0 40px;
	transition: 300ms;
	-webkit-transition: 300ms;color:#fff;
}
.nav .mch {
	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.nav .nvc {
	margin-right: 326px;
}


.nav li > a:hover .men{
	color:#f08519;
}
.nav li > a.act .mch {
	color: #b60007;
}
.logo {
	width: 246px;
	/*position: absolute;
	left: 50%;
	margin-left: -123px;
	bottom: 41px;*/
	z-index: 99;
	float:left;
}
ul.nav.wsibf{
	float: right;
	padding:23px 0;
	}
.tnavbox {
	position: absolute;
	width: 122px;
	left: 50%;
	margin-left: -61px;
	top: 24px;
	height: 100px;
	padding-top: 17px; /*display:none;*/
}
.tnav {
	background: #fff;
	box-shadow: 0 0 16px -4px rgba(0,0,0,.3);
	padding: 20px 1px 18px 1px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.tnav a {
	display: block;
	color: #666;
	line-height: 1.1;
	padding: 10px 0;
	transition: background 300ms;
	-webkit-transition: background 300ms;
}
.tnavbox .line {
	z-index: 9;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	background: #f08519;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.tnav a:hover {
	background: #f4f4f4;
	color: #f08519;
}
.tnavbox.show .tnav, .tnavbox.show .line {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
.content {
	/* padding: 0 20px; */
	background: #fff;
	transition: 600ms linear;
	-webkit-transition: 600ms linear;
	-ms-transition: 600ms linear;
}
.ixheader {
	position: relative;
	min-height: 117px;
}
.ixheader .header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: none;
	padding:20px;
}
.banner, .banner .item {
	position: relative;
	overflow: hidden;
}
.banner .pic {
	position: absolute;
	top: 0;
	left: 0;
}
.banner .pic > img {
	opacity: 1;
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	-webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	transition: transform 5s, opacity 2s;
	-webkit-transition: transform 5s, opacity 2s;
}
.banner .pic.imgIn > img {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner .bx-wrapper .bx-controls-direction a {
	width: 27px;
	height: 73px;
	margin-top: -36px;
	text-indent: 0;
	z-index: 99;
	color: #333;
	font-family: 'moolbor';
	line-height: 50px;
	font-size: 24px;
	text-transform: lowercase;
}
.banner .bx-wrapper .bx-controls-direction a .line {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.banner .bx-wrapper .bx-prev {
	left: 3.5%;
}
.banner .bx-wrapper .bx-next {
	right: 3.5%;
	text-align: right;
}
.banner .bx-wrapper .bx-prev .line {
	background-image: url(../images/00002.png);
}
.banner .bx-wrapper .bx-next .line {
	background-image: url(../images/00003.png);
	left: auto !important;
	right: 0 !important;
}
.banner .bx-wrapper .bx-controls-direction a:hover {
	color: #f08519;
}
.banner .bx-wrapper .bx-controls-direction a:hover .line {
	width: 28px;
}
.banum {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	color: #f08519;
	font-size: 24px;
	line-height: 1.1;
	font-family: 'moolbor';
	text-align: center;
}
.bamouse {
	width: 27px;
	height: 39px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 3.5%;
	background: url(../images/mouse.png) no-repeat;
	cursor: pointer;
}
.bamouse .ico {
	background-image: url(../images/mouse2.png);
	background-position: center 0;
	animation: mouse 3s linear alternate infinite;
	-webkit-animation: mouse 3s linear alternate infinite;
}
@keyframes mouse {
0% {
background-position:center 0;
}
 100% {
background-position:center 15px;
}
}
@-webkit-keyframes mouse {
0% {
background-position:center 0;
}
 100% {
background-position:center 15px;
}
}
.bannerTxts {
	width: 1200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.bannerTxts .b {
	padding-top: 28%;
	width: 342px;
	position: absolute;
	top: 0;
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
	visibility: hidden;
	transition: 800ms;
	-webkit-transition: 800ms;
}
.bannerTxts .en {
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 0.75;
}
.bannerTxts .en1 {
	font-size: 24px;
	margin-bottom: 20px;
}
.bannerTxts .en2 {
	font-size: 42px;
	line-height: 1.2;
	color: #f08519;
	margin: 36px 0 5px 0;
}
.bannerTxts .en3 {
	font-size: 24px;
	margin-top: 28px;
}
.bannerTxts .dot {
	width: 7px;
	height: 5px;
	background: #333;
	display: block;
	margin: 0 auto;
}
.bannerTxts .ch {
	font-size: 22px;
	color: #f08519;
	line-height: 1.1;
	font-weight: bold;
}
.bat1 .b {
	right: 0;
}
.bat2 .b {
	right: 12%;
}
.bat4 .b {
	left: 17.5%;
}
.bannerTxts.show .b {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
.header2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1010;
	background: #fff;
	border-bottom: 1px solid #ededed;
	padding: 25px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-o-transform: translateY(60px);
	transition: 600ms;
	-webkit-transition: 600ms;
}
.header2.show {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
.htnavbox {
	height: 25px;
	overflow: hidden;
	position: relative;
}
.httnav, .htnav {
	transition: 600ms;
	-webkit-transition: 600ms;
}
.httnav a, .htnav a {
	line-height: 25px;
	color: #333;
	font-size: 15px;
	padding: 0 30px;
}
.httnav a{padding: 0 12px;}
.httnav a:hover, .httnav a.act, .htnav a:hover, .htnav a.act {
	color: #f08519;
}
.htnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateX(80px);
	-ms-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-o-transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
visibility: hidden;
}
.logo2 {
	width: 178px;
	display: block;
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 4;
}
.logo2 img {
	display: block;
	width: 100%;
}
.htnavbox.showNav .httnav {
	transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	opacity: 0;
	visibility: hidden;
}
.htnavbox.showNav .htnav {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
#bg-santai {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: url("../images/close-icon.ico") 16 16, default;
	z-index: 800;
}
.touchevents #bg-santai {
	cursor: pointer;
}
#menuBox {
	transform: translate(270px, 0);
	-webkit-transform: translate(270px, 0);
	-ms-transform: translate(270px, 0);
	transition: 600ms linear;
	-webkit-transition: 600ms linear;
	-ms-transition: 600ms linear;
	position: fixed;
	background-color: #fff;
	top: 0;
	right: 0;
	width: 270px;
	z-index: 1010;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.open {
	position: relative !important;
}
.open #menuBox {
	transform: translate(0);
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
}
.open .content {
	transform: translate(-270px, 0px);
	-webkit-transform: translate(-270px, 0px);
	-ms-transform: translate(-270px, 0px);
}
/*.navMobile a:link, .navMobile a:visited { color: #fff; }
*/.navMobile a:active, .navMobile a:hover {
	color: #fff;
}
.navMobile dd {
	display: block;
	width: 100%;
}
.navMobile dd p a {
	text-transform: uppercase;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	position: relative;
}
.navMobile dd a {
	display: block;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
	padding: 15px 30px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.navMobile dd a:hover, .navMobile dd p a.cur {
	background: none #f08519;
	color: #fff;
}
/*.navMobile dd a:active { background-color: #154c97; }*/
.navMobile dd .msubnav {
	background-color: #fff;
	display: none;
}
.navMobile dd .msubnav a {
	color: #8d8d8d;
	position: relative;
	background: #eff2f3;
	border-top: 1px solid #e3e2e2;
}
.menuTop {
	height: 60px;
	border-bottom: 1px solid #ededed;
}
.ix1 {
	position: relative;
	background-color: #fafafa;
}
.abti .chxx {
	color: #333;
	margin-bottom: 0px;
	background: url(../images/san.png) no-repeat 20px bottom;line-height:55px;
}
.abti .en {
	color: #686869;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 0.8;
	font-family: 'HuXiaoBoNanShenTi-2';
	margin-bottom: 2px;
}
.abti .en .c {
	color: #f08519;
}
.abti .line {
color:#201f1f;font-size:16px;margin-top:0px;margin-left:5%;
background: url(../images/zf.png) no-repeat 20px bottom;line-height:45px;
}
/*.ix1 .pw{ height:100%; }*/
.abtxts .txts {
	width: 704px;
	margin-top: 40px;
}
.abtxts .txts .tx1 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.abtxts .txts .tx2 {
	font-size: 12px;
	color: #999;
	line-height: 1.4;
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
}
.abmore {
	margin-top: 32px;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 1px solid #666;
}
.abmore .ico {
	background-image: url(../images/abm.png);
	background-position: right center;
	transition: none;
	-webkit-transition: none;
}
.abtxts {
	padding-top: 8%;
}
.abmtwo {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	z-index: 9;
}
.abmtwo .pa {
	padding-right: 35px;
}
.abmtwo .l {
	display: block;
	width: 76.1%;
	float: left;
	position: relative;
	color: #fff;
}
.abmtwo .l .txts {
	position: absolute;
	left: 0;
	bottom: 35px;
	padding-left: 25px;
}
.abmtwo .l .txts .ch {
	font-size: 18px;
}
.abmtwo .l .txts .en {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'moolbor';
	line-height: 0.8;
	margin-top: 15px;
}
.abmore2 {
	border-color: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
	margin-top: 7px;
}
.abmore2 .ico {
	background-position: left center;
}
.abmtwo .r {
	display: block;
	width: 23.9%;
	float: left;
	color: #fff;
	position: relative;
}
.abmtwo .r .txts {
	position: absolute;
	top: 0;
	right: 26.5%;
	padding-top: 50px;
}
.abmtwo .r .txts .tx1 {
	width: 14px;
	line-height: 1;
}
.abmtwo .r .txts .lineb {
	width: 1px;
	height: 198px;
	position: absolute;
	top: -168px;
	background: #666;
	right: 7px;
}
.abmtwo .r .txts .lineb .line {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}
.abmone {
	z-index: 5;
	display: block;
	width: 29%;
	background: #e8e8e8 url(../images/ixabhw.png) no-repeat right bottom;
	background-size: 100% 100%;
	color: #666; /*background:#e8e8e8;*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.abmone .en2 {
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	margin-top: 40px;
	color: #666;
}
.abmone .pa {
	padding: 22% 0 0 15%;
}
.abti2 .chx {
	font-size: 16px;
		background:url(../images/xj.png) no-repeat center center;margin-top:10px;line-height:30px;
}


.line33{width:20px;margin:0 auto;height:11px;background:url(../images/san.png) no-repeat center center;margin-top:10px;}



.abti2 .en {
	font-size: 30px;
}
.abti3 {
	text-align: center;
}
.abti3 .line {
	margin: 0 auto;
}


。
.abti .txx {
	font-size: 12px;
	margin-top: 20px;
}
.ixproList a {
	display: block;
	position: relative;
	color: #fff;
	width: 23%;
float: left;
margin: 0 1% 37px 1%;
}
.ixproList .cover {
	background: url(../images/black.png);
}
.ixproList .txts {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.ixproList .txts .line {
	width: 1px;
	height: 0;
	background: #fff;
	left: 50%;
	position: absolute;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.ixproList .txts .line1 {
	top: 0;
}
.ixproList .txts .line2 {
	bottom: 0;
}
.ixproList .txts .ch {
	font-size: 18px;
	transition: 400ms;
	-webkit-transition: 400ms;color:#fff;
}
.ixproList .txts .en {
	transition: 400ms;
	-webkit-transition: 400ms;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 0.5;
	margin-top: 50px;
	font-family: 'moolbor';
}
.ixproList .txts .ico {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.promore {
	position: relative;
	display: block;
	width: 178px;
	height: 43px;
	background: #fff;
	color: #666;
	margin: 0 auto;
	font-weight: bold;
	margin-top: -66px;
}
.promore .aw {
	transition: none;
	-webkit-transition: none;
	position: relative;
	width: 15px;
	height: 100%;
	background: url(../images/see.png) no-repeat right center;
	margin-right: 10px;
}
.promore .bg {
	height: 100%;
	background: #f08519;
	width: 0;
}
.promore .txx {
	position: relative;
}
.ixproList .promore {
	transition: 400ms;
	-webkit-transition: 400ms;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
}
.ixproList .txts .pa {
	padding-top: 32%;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.abti .line2 {
	width: 1px;
	height: 90px;
	display: block;
	margin: 0 auto;
	background: #f08519;
	margin-top: 20px;
}
.ixproList{display: inline-block;}
.ix2 {
	padding-top: 105px;
	background-color: #f0f0f0;
}
.ix3 {
	background-color: #fafafa;
}
.ixwitti {
	width: 29%;
	float: left;
	height: 100%;
	background: #e8e8e8 url(../images/ixwitti.png) no-repeat right bottom;
	background-size: cover;
}
.ixwitti .pa {
	padding: 32.5% 0 0 15%;
}
.ixwitti .abti .txx {
	width: 370px;
	margin-top: 50px;
	text-align: justify;
}
.ixwitti .abti .abmore {
	margin-top: 50px;
}
.ixwitti .abti .line2 {
	margin: 0;
	margin-top: 40px;
	margin-left: 5px;
}
.ixwitbox {
	width: 71%;
	float: left;
	overflow: hidden;
	height: 100%;
}
.ixwitList .item {
	width: 24%;
	overflow: hidden;display:inline-block
}
.ixwitList .item a {
	width: auto;
	margin: 11px;
}
.ixwitList {
	margin: 64px 0 0 64px;
}
.ixnwList a {
	display: block;
	width: 30.33%;
	margin-left: 3%;
	float: left;
	color: #8f8f8f;
}
.ixnwList a .img{
	position: relative;
}
.ixnwList a .img img{
	width: 100%;
}
.ixnwList a .img .marks{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.55);
	z-index: 9;
	transition: .3s;
	opacity: 0;
}
.ixnwList a .img .more1{
	width: 56px;
	height: 56px;
	background: url(../images/more1.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	z-index: 99;
	transition: .3s;
	opacity: 0;
}
.ixnwList a:hover .img .marks{
    opacity: 1;
}
.ixnwList a:hover .img .more1{
    opacity: 1;
}
.ixnwList a .wz{
	border: 1px solid #f5f5f5;
	border-top: none;
	padding: 10px;
}
.ixnwList a .wz dd{
	font-size: 14px;
	color: #999999;
	line-height: 3;
	display: block;
}
.ixnwList a .wz h3{
	font-size: 18px;
	color: #000;
	line-height: 2;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.ixnwList a .wz .info{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ixnwList a:hover h3{
	color: #f08519;
}

.ixnwList {
	margin-left: -3%;
	margin-top: 65px;
}
.ixnwList .nowti {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ixnwList .line {
	width: 32px;
	height: 5px;
	background: #666;
	margin-bottom: 20px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.ixnwList .date {
	font-size: 16px;
	color: #999;
	font-family: 'moolbor';
	line-height: 1;
	margin-bottom: 8px;
}
.ixnwList .tx {
	line-height: 20px !important;
	height: 60px;
}
.ixnwmore {
	width: 22px;
	height: 22px;
	border: 1px solid #666;
	border-radius: 100%;
	margin-top: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.ixnwmore .ico {
	background-image: url(../images/abm2.png);
	background-position: right center;
}
.ix4 {
	padding: 85px 0 105px 0;
}
#map {
	width: 71%;
	float: left;
	height: 100%;
}
#map2{width: 100%;
	float: left;
	height: 100%;}

.ixctati {
	width: 29%;
	float: left;
	height: 100%;
	background: #e8e8e8 url(../images/ixctati.png) no-repeat right bottom;
	background-size: cover;
}
.ixctas .ca {
	display: block;
	color: #333;
	padding-left: 45px;
	position: relative;
	margin-bottom: 18px;
}
.ixctas .ca .ch {
	font-size: 16px;
	line-height:40px;
}
.ixctas .ca .en {
	font-size: 18px;
	color: #999;
	line-height: 0.8;
	font-family: 'moolbor';
	margin-top: 1px;
}
.ixctas .ca .ico {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	transition: none;
	-webkit-transition: none;
}
.ixctas {
	margin-top: 80px;
}
.ixctas .ca:hover .ico {
	background-position: center bottom;
}
.ixctas .ca:hover {
	color: #f08519;
}
.ixctas .ca:hover .en {
	color: #f08519;
}
.ixshop {
	margin-top: 90px;
	display: block;
	width: 285px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #333 url(../images/shop.png) no-repeat 267px center;
	padding-left: 23px;
	font-size: 16px;
}
.ixshop:hover {
	background-color: #f08519;
}
.ixctati .pa {
	padding: 22% 0 0 10%;
}
.footer {
	background: #333;
	font-size: 12px;
	padding: 4.5% 5% 4% 5%;
}
.fnav {
	float: left;
}
.fnav li {
	float: left;
	margin-right: 60px;
}
.fnav a {
	display: block;
	color: #999;
	line-height: 30px;
}
.fnav .home {
	font-size: 24px;
	color: #ccc;
	font-family: 'moolbor';
	text-transform: uppercase;
}
.footer .r {
	float: right;
	text-align:center;
}
.tools {
	overflow: hidden;
}
.tools a {
	display: block;
	float: right;
	width: 38px;
	height: 38px;
	background: #666;
	margin-left: 10px;
}
.tools .weixin .ico {
	background-image: url(../images/weixin.png);
}
.tools .qq .ico {
	background-image: url(../images/qq.png);
}
.tools .sina .ico {
	background-image: url(../images/sina.png);
}
.tools a:hover {
	background: #f08519;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #f08519;
}
.ftx {
	margin-top: 30px;
}
.wsqh {
	height: 990px;
}
.pbanner {
	position: relative;
	overflow: hidden;
	width:100%;
}
.pbanner .pic {
	position: absolute;
	top: 0;
	left: 0;
}
.picw img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0;
}
.trans-1 img {
	transition: all 1s cubic-bezier(0.165, 0.74, 0.44, 1) 0s;
}
.pbtxts {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	top: 42%;
	color: #333;
	text-align: center;
}
.pbtxts .ch {
	font-size: 16px;
}
.pbtxts .en {
	font-size: 72px;
	line-height: 0.8;
	font-family: 'moolbor';
	text-transform: uppercase;
	margin-top: 15px;
}
.nwbg {
	background: #fafafa;
}
.nwList a {
	display: block;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
	background: #fff;
	color: #8f8f8f;
	transition: 500ms;
	-webkit-transition: 500ms;
}
.nwList {
	margin-left: -3%;
	margin-top:65px;
}
.nwList .pa {
	padding: 20px;
}
.nwList .nowti {
	color: #333;
	font-size: 18px;
}
.nwList .date {
	font-size: 16px;
	color: #999;
	font-family: 'moolbor';
	line-height: 0.8;
	margin-top: 18px;
}
.nwList .tx {
	line-height: 20px !important;
	height: 60px;
	margin-top: 18px;
}
.nwList .txts {
	padding: 22px 0 0;
}
.addmore {
	background: #333;
	color: #fff;
	margin-top: 35px;
}
.addmore .aw {
	background-position: left center;
}
.newspanel {
	padding: 75px 0 85px 0;
}
.backList {
	position: relative;
	display: block;
	padding-left: 95px;
	width: 95px;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
	background: #333;
	color: #fff;
}
.backList .line {
	width: 17px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 65px;
}
.backList .txx {
	position: relative;
}
.backList .bg {
	height: 100%;
	width: 0;
	background: #f08519;
}
.backbox {
	border-bottom: 1px solid #999;
	padding-bottom: 40px;
	position: relative;
}
.swnews a {
	/*display: block;
	width: 38px;
	height: 38px;
	border: 1px solid #999;
	border-radius: 100%;
	float: left;*/
	color:#666;
}
.swnews .prev {
	margin-right: 20px;
}
.swnews .next .ico {
	background-image: url(../images/abm3.png);
	background-position: right center;
}
.swnews .prev .ico {
	background-image: url(../images/abm4.png);
	background-position: left center;
}
.swnews .ico {
	transition: none;
	-webkit-transition: none;
}
.swnews {
	position: absolute;
	right: 0;
	top: 0;
}
.ndpanel {
	padding: 75px 0;
}
.nwbox .l {
	width: 26%;
	float: left;
}
.nwbox .r {
	width: 69%;
	float: right;
	background: #fff;
}
.nwbox .r .pa {
	padding: 65px 50px 0 50px;
}
.ndti {
	width: 70%;
}
.ndti .ti {
	font-size: 20px;
	color: #333;
}
.ndti .sy {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}
.ndti .sy .date {
	font-family: 'moolbor';
	font-size: 16px;
	color: #999;
	margin-right: 12px;
}
.ndtibox {
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	padding-bottom: 3px;
}
.down {
	display: block;
	color: #cc6666;
	position: absolute;
	top: 0;
	right: 0;
}
.down .ico {
	width: 25px;
	height: 25px;
	background-image: url(../images/down.png);
	background-position: center top;
	float: left;
}
.down .txx {
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
.ndtxts {
	padding: 35px 0 85px 0;
}
.nwbox {
	padding: 42px 0 75px 0;
}
.ndpics .slick-dots {
	margin-top: 0;
	padding: 17px 15px;
	background: #f08519;
	text-align: left;
}
.ndpics .slick-dots li {
	background: #fff;
}
.ndpics .slick-dots li.slick-active, .ndpics .slick-dots li:hover {
	background: #e52f47 !important;
}
.share a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../images/share.png);
}
.share {
	float: left;
}
.sharebox .txx {
	float: left;
	line-height: 30px;
}
.share .sa2 {
	background-position: -30px top;
}
.share .sa3 {
	background-position: -60px top;
}
.share .sa4 {
	background-position: -90px top;
}
.sharebox {
	margin-top: 33px;
}
.pbtxts2 {
	color: #fff;
}
.downList a {
	display: block;
	color: #666;
	overflow: hidden;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.downList .pa {
	padding: 50px 45px;
}
.downList .b {
	position: relative;
}
.downList .txts {
	padding-left: 218px;
	min-height: 106px;
}
.downList .pic {
	width: 193px;
	height: 106px;
	background: #999 url(../images/sanhe.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.downList .txts .nowti {
	font-size: 16px;
	color: #333;
	width: 70%;
}
.downList .txts .date {
	font-size: 16px;
	color: #999;
	font-family: 'moolbor';
	line-height: 20px;
	margin-top: 13px;
}
.downList .txts .sy {
	font-size: 12px;
	margin-top: 28px;
}
.down2 {
	transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
	width: 88px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background: #333;
	color: #fff;
	padding: 0 15px;
}
.down2 .line {
	width: 13px;
	height: 1px;
	background: #fff;
	float: left;
	margin-top: 13px;
}
.down2 .txx {
	float: left;
	margin-right: 7px;
	font-size: 12px;
}
.downList .down2 {
	position: absolute;
	top: 0;
	right: 50px;
}
.downList .vibtn {
	width: 36px;
	height: 36px;
	background-image: url(../images/video.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
}
.downList a .pw {
	border-bottom: 1px solid #ccc;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.pager a {
	width: 46px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #333;
	margin: 0 4px;
	color: #fff;
}
.pager .prev, .pager .next {
	width: 76px;
}
.pager a.act {
	background: #f08519;
}
.pager {
	margin-top: 80px;
}
.downpanel {
	padding: 45px 0 85px 0;
}
.ladownbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bai.png);
	z-index: 9999;
}
.ladown {
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	opacity: 0;
	visibility: hidden;
	transition: 600ms;
	-webkit-transition: 600ms;
	width: 470px;
	height: 206px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -103px;
	background: #333;
}
.ladown .pa {
	padding: 55px 0 0 70px;
}
.dwipb .txt {
	transition: 300ms;
	-webkit-transition: 300ms;
	float: left;
	width: 220px;
	line-height: 24px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #fff;
}
.dwipb .btn {
	transition: 300ms;
	-webkit-transition: 300ms;
	float: left;
	height: 42px;
	width: 86px;
	color: #fff;
	background: #990033;
	margin-left: 8px;
	cursor: pointer;
}
.dwipb .txt:focus {
	border-color: #f08519;
}
.ladown .ti {
	color: #fff;
	margin-bottom: 15px;
}
.ladown.show {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}
.ladown .close-down {
	background: url(../images/closebtn.png) no-repeat scroll center center #990033;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.witnav a {
	display: block;
	width: 50%;
	float: left;
	position: relative;
	color: #fff;
}
.witnav .cover {
	background: url(../images/witbg.png);
}
.witnav .txts {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	text-align: center;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.witnav .txts .ico {
	width: 84px;
	height: 84px;
	margin: 0 auto;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.witnav .txts .en {
	font-family: 'moolbor';
	line-height: 0.5;
	font-size: 60px;
	text-transform: uppercase;
	margin-top: 42px;
}
.witnav .txts .ch {
	font-size: 16px;
	margin-top: -4px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.witnav .txts .promore {
	transition: 400ms;
	-webkit-transition: 400ms;
	margin-top: -3px;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
}
.witnav a:hover .txts {
	top: 30%;
}
.witList .item {
	width: 20%;
	position: relative;
}
.witList .witA {
	display: block;
	color: #999;
	margin: 11px;
	background: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.witList .witA .txts {
	padding: 18px 20px 30px 20px;
}
.witList .witA .txts .date {
	font-family: 'moolbor';
	font-size: 16px;
	line-height: 20px;
	width: 50%;
	float: left;
}
.witList .witA .txts .ch {
	line-height: 20px;
	width: 50%;
	float: right;
	text-align: right;
}
.witList .witA .txts .lineb {
	width: 100%;
	height: 1px;
	position: relative;
	margin-top: 15px;
}
.witList .witA .txts .lineb .line {
	transition: 400ms;
	-webkit-transition: 400ms;
	width: 26px;
	height: 1px;
	background: #959595;
	position: absolute;
	top: 0;
	right: 0;
}
.witList .witA .txts .en {
	font-family: 'moolbor';
	text-align: right;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 9px;
}
.witpanel {
	padding: 60px 0 90px 0;
}
.wo1 {
	position: relative;
}
.sshop .s-select {
	background-image: url(../images/ssaw.png);
	background-repeat: no-repeat;
	background-position: 230px center;
	height: 44px;
	padding: 0 20px;
	width: 270px;
	background-color: #fff;
	float: left;
	display: block;
	color: #666;
	margin-right: 10px;
}
.sshop .sbtn {
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
	width: 160px;
	height: 44px;
	display: block;
	background: #333 url(../images/shop.png) no-repeat center center;
	margin-top: 40px;
}
.sshop .s {
	margin-top: 50px;
}
.sshop {
	position: absolute;
	top: 31%;
	left: 50%;
	margin-left: -600px;
}
.woList a {
	display: block;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
	color: #666;
	background: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.woList {
	margin-left: -3%;
}
.woList .txts {
	padding: 30px 35px 40px 35px;
}
.woList .txts .nowti {
	font-size: 16px;
}
.woList .txts .tx {
	height: 24px;
	margin-top: 4px;
}
.wopanel {
	padding-bottom: 110px;
}
.pronav a {
	width: 80px;
	color: #666;
	text-align: center;
}
.pronav .ico {
	width: 100%;
	height: 80px;
	background-position: right center;
}
.pronav .name {
	margin-top: 10px;
}
.pronav .line {
	width: 14px;
	height: 1px;
	background: #999;
	margin: 0 60px;
}
.pronav a.act .ico {
	background-position: left center;
}
.pronav a.act .name {
	color: #f08519;
}
.pronav {
	padding: 90px 0 70px 0;
}
.proBanner .fixbg {
	height: 833px;
}
.proBanner .txts {
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	color: #fff;
	text-align: center;
}
.proBanner .txts .en {
	font-size: 72px;
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 0.5;
}
.proobtn {
	display: block;
	width: 54px;
	height: 54px;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 35px;
}
.proobtn .ico {
	background-image: url(../images/menu.png);
}
.proobtn .txx {
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: #a52031;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 54px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
-webkit-transform::translateY(15px);
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pronavtwo {
	background: #fff;
	overflow: hidden;
	padding: 55px 0 45px 0;
}
.pronavtwo li {
	overflow: hidden;
	margin-bottom: 13px;
}
.pronavtwo li > span {
	float: left;
	color: #333;
	margin-right: 20px;
}
.pronavtwo li > a {
	float: left;
	color: #333;
	margin-right: 25px;
}
.pronavtwo li > a:hover, .pronavtwo li > a.act {
	color: #f08519;
}
.proList a {
	display: block;
	float: left;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 3%;
	color: #999;
	background: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.proList {
	margin-left: -3%;
	margin-top: 65px;
}
.proList .txts {
	padding: 17px 35px 26px 35px;
}
.proList .txts .b {
	position: relative;
	padding-right: 30px;
}
.proList .txts .nowti {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.proList .txts .ico {
	transition: none;
	-webkit-transition: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/see2.png);
	background-position: right center;
}
.proList .txts .syb {
	margin-top: 4px;
	padding-left: 80px;
	height: 20px;
	position: relative;
}
.proList .txts .sy {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
}
.proList .txts .lineb {
	position: relative;
	height: 100%;
}
.proList .txts .lineb .line {
	transition: 400ms;
	-webkit-transition: 400ms;
	width: 26px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #999;
}
.proList .txts .en {
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 20px;
	text-align: right;
	margin-top: 6px;
}
.pagesize{
	text-align:center;
	margin-top:30px;
	}
.pagesize a,.pagesize span{
	padding: 5px 10px;
background-color: #aaa;
font-size: 16px;
color: #fff;
border-radius: 2px;
	}
.pagesize a:hover,.pagesize span.thisclass{
	background-color:#f08519;
	}
div.imgAll{margin-top:65px;}
div.imgAll li{width:31.333333%; margin:10px 1%; float:left; cursor:pointer;}
div.imgAll ul{display:inline-block;}
div.imgAll li img{max-width:100%;transition: all 0.5s;
-moz-transition: all 0.5s;	
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;}
div.imgAll li:hover img{transform: scale(1.05);
-webkit-transform: scale(1.05);-moz-box-shadow:0 2px 5px #333333; -webkit-box-shadow:0 2px 5px #333333; box-shadow:0 2px 5px #333333;}
.probox {
	padding: 75px 0 100px 0;
}
.pdnav {
	position: absolute;
	top: 0;
	right: 0;
}
.pdnav a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background-position: right center;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.pdnav a.act {
	background-position: left center;
}
.pdpics {
	width: 82%;
}
.pdpics .slick-arrow {
	width: 38px;
	height: 38px;
	border: 1px solid #f08519;
	border-radius: 100%;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 99;
}
.pdpics .slick-next {
	left: 160px;
	background: url(../images/abm3.png) no-repeat left center #f08519;
}
.pdpics .slick-prev {
	background: url(../images/abm4.png) no-repeat right center #f08519;
}
.pdpics .slick-arrow:hover {
	background-color: #f08519;
	border-color: #f08519;
}
.ppnum {
	width: 90px;
	text-align: center;
	position: absolute;
	line-height: 40px;
	height: 40px;
	left: 70px;
	bottom: 30px;
	z-index: 99;
	color: #fff;
	font-size: 12px;
	background-color: #f08519;
	border-radius: 8px;
}
.pdpicbox {
	position: relative;
}
.xybuy {
	display: block;
	position: absolute;
	bottom: 20%;
	right: 0;
	background: #fff;
	color: #666;
	width: 336px;
}
.xybuy .pa .line {
	width: 26px;
	height: 1px;
	background: #959595;
	margin-bottom: 5px;
}
.xybuy .en {
	font-family: 'moolbor';
	line-height: 20px;
	width: 50%;
	float: left;
	text-transform: uppercase;
}
.xybuy .sy {
	line-height: 20px;
	width: 50%;
	float: left;
	text-align: right;
}
.xybuy .ti {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}
.xybuy .tx {
	height: 96px;
	margin-top: 15px;
}
.xybuy .tx a{color:#666;}
.xybuy .tx a:hover{color:#f08519;}
.xybuy .pa {
	padding: 40px 35px 70px 45px;
}
.buyBtn {
	transition: 400ms;
	-webkit-transition: 400ms;
	background: #333;
	height: 43px;
	padding: 0 35px 0 45px;
	line-height: 43px;
	color: #fff;
	overflow: hidden;
}
.buyBtn .txx {
	float: left;
}
.buyBtn .line {
	width: 23px;
	height: 1px;
	background: #fff;
	float: left;
	margin-left: 15px;
	margin-top: 21px;
}
.pdhots {
	background: #fff;
	padding: 95px 0 85px 0;
}
.pdhots .ti {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 35px;
}
.pdhb {
	width: 82%;
}
.pdhotList a {
	display: block;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 3%;
	float: left;
}
.pdhotList {
	margin-left: -3%;
}
.pdbox {
	padding-top: 30px;
}
.stipbox {
	background: #fff;
	padding: 55px 60px;
}
.stipbox .ti {
	font-size: 24px;
	margin-bottom: 40px;
}
.stipbox li {
	width: 50%;
	float: left;
}
.stipbox .name {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.stipbox .s-input {
	display: block;
	border: 1px solid #999;
	line-height: 25px;
	padding: 10px 20px;
	width: 386px;
	transition: 300ms;
	-webkit-transition: 300ms;
	font-size: 16px;
	color: #666;
}
.stipbox .s-input:focus {
	border: 1px solid #f08519;
}
.stipbox .rb {
	overflow: hidden;
}
.stipbox .r {
	float: left;
	margin-right: 38px;
}
.stipbox .r .dot {
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #d8d5d5;
	border: 4px solid #d8d5d5;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.stipbox .r.act .dot {
	border-color: #4a4f54;
	background: #fff;
}
.stipbox .r .txx {
	line-height: 15px;
	font-size: 14px;
	float: left;
	margin-left: 15px;
}
.stipbox .s-select {
	display: block;
	font-size: 16px;
	color: #666;
	width: 532px;
	height: 47px;
	background: #ececec;
	padding: 0 16px;
	background-repeat: no-repeat;
	background-image: url(../images/sertaw.png);
	background-position: 503px center;
}
.stipbox .s {
	overflow: hidden;
	width: 532px;
}
.stipbox .s .s-select {
	float: right;
	width: 258px;
	background-position: 227px center;
}
.stipbox .s .s-select:first-child {
	float: left;
}
.stipbox .c {
	margin-bottom: 20px;
}
.stipbox ul {
	margin-bottom: 35px;
}
.stipbox .cb {
	overflow: hidden;
	margin-top: 35px;
}
.stipbox .cb .txx {
	font-size: 16px;
	float: left;
	line-height: 20px;
}
.stipbox .cb .sq {
	width: 20px;
	height: 20px;
	background: #e4e8e8;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
.stipbox .cb .sq .ico {
	background-image: url(../images/rr-correct.png);
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.stipbox .cb.act .sq .ico {
	opacity: 1;
	visibility: visible;
}
.stipbox .subBtn {
	width: 160px;
	height: 47px;
	display: block;
	background: #4a4f54;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 300ms;
	-webkit-transition: 300ms;
	margin-top: 30px;
}
.stipbox .subBtn:hover {
	background: #f08519;
}
.sttx {
	border-top: 1px solid #ccc;
	margin-top: 45px;
	padding-top: 20px;
}
.sertbox {
	padding: 55px 0 50px 0;
}
.ptpanel .fixbg {
	padding: 130px 0 145px 0;
}
.mabox {
	margin-top: 42px;
}
.mabox .pic {
	width: 124px;
	float: left;
}
.mabox .txx {
	float: left;
	line-height: 24px;
	margin-top: 48px;
	margin-left: 20px;
}
.poList a {
	display: block;
	color: #666;
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}
.poList .txts {
	position: absolute;
	width: 40%;
	top: 18%;
	bottom: 0;
	background: #fafafa;
}
.poList .txts .pa {
	padding: 14% 55px 0 55px;
}
.poList .txts .ti {
	font-size: 18px;
	font-weight: bold;
	color: #f08519;
	margin-bottom: 4px;
}
.poList .txts .tx {
	height: 96px;
	margin-top: 25px;
}
.pomore .txx {
	float: left;
	position: relative;
}
.pomore .line {
	width: 17px;
	height: 1px;
	background: #fff;
	float: left;
	margin-top: 18px;
	margin-left: 25px;
	position: relative;
}
.pomore {
	position: relative;
	background: #333;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding-left: 35px;
	width: 155px;
}
.pomore .bg {
	height: 100%;
	width: 0;
	background: #f08519;
}
.poList .pomore {
	margin-top: 55px;
}
.poList .item1 {
	padding-right: 40%;
}
.poList .item2 {
	padding-left: 40%;
}
.poList .item1 .txts {
	right: 0;
}
.poList .item2 .txts {
	left: 0;
}
.pobox {
	padding: 0 0 30px 0;
}
.pthone {
	padding-right: 40%;
	position: relative;
	margin-top: 30px;
}
.pthone .txts {
	position: absolute;
	width: 40%;
	right: 0;
	height: 100%;
	background: #e8e8e8;
	top: 0;
}
.pthone .txts .pa {
	padding: 14% 75px 0 75px;
}
.pthone .txts .ti {
	font-size: 18px;
	font-weight: bold;
	color: #f08519;
	margin-bottom: 4px;
}
.pthone .txts .tx {
	margin-top: 25px;
}
.pthone .txts .b .line {
	width: 26px;
	height: 1px;
	background: #959595;
}
.pthone .txts .b .en {
	color: #999;
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 15px;
}
.pthone .txts .b {
	position: absolute;
	left: 75px;
	bottom: 10%;
}
.pthtwo {
	padding: 80px 0 65px 0;
}
.pthtwo .proList {
	margin-top: 0 !important;
}
.pbabtxts {
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -600px;
	top: 42%;
	color: #fff;
}
.pbabtxts .ch {
	font-size: 36px;
}
.pbabtxts .en {
	font-size: 16px;
	line-height: 20px;
	font-family: 'moolbor';
	text-transform: uppercase;
	margin-top: 7px;
}
.pbabtxts .pa {
	padding-left: 7.5%;
}
.abobox .l {
	width: 30%;
	float: left;
}
.abobox .r {
	width: 70%;
	float: left;
}
.aboti {
	margin-bottom: 30px;
}
.abti .tx2 {
	font-size: 18px;
	line-height: 1.1;
	color: #333;
	margin-top: 4px;
}
.aboti .ch {
	font-size: 16px;
	color: #f08519;
	font-weight: bold;
}
.aboti .en {
	font-size: 16px;
	color: #f08519;
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 20px;
}
.abotxts li { /*padding:8px 0 140px 35px;*/
	padding: 8px 0 0px 35px;
	border-left: 1px solid #999;
	position: relative;
}
.abotxts .lineb .line {
	width: 11px;
	height: 1px;
	background: #999;
	margin-bottom: 4px;
}
.abotxts .lineb {
	position: absolute;
	left: -6px;
	top: 13px;
}
.abopanel {
	padding-top: 8%;
	color: #333;
}
.abopanel p {
	color: #333;
}
#abo2, #abo3, #abo4 {
	padding: 140px 0 8px 35px;
}
#abo2 .lineb, #abo3 .lineb, #abo4 .lineb {
	top: 145px;
}
#abo4 {
	padding-bottom: 140px;
}
/*****wj******/
.joinpanel .en {
	font-family: 'moolbor';
	text-transform: uppercase;
}
.joinpanel .tow > *, .joinpanel .one>*, .joinpanel .three>*, .joinpanel .four>*, .joinpanel .five>*, .joinpanel .six>* {
	float: left;
}
.wjMt {
	margin-top: 70px;
}
.wjRed {
	color: #f08519;
}
.wjgre {
	color: #fff;
}
.fs6 {
	font-size: 16px;
}
.joinpanel {
	padding: 45px 0 85px 0;
}
.joinpanel .pw > * {
	background: #fff;
}
.joinpanel .one {
	height: 545px;
}
.joinpanel .one .left {
	width: 30%;
	height: 100%;
}
.joinpanel .head {
	background: #f08519;
	color: #fff;
	padding: 50px 0 35px 45px;
}
.joinpanel .head .ch {
	font-size: 30px;
}
.joinpanel .head .en {
	font-size: 16px;
}
.joinpanel .one .left .font {
	padding: 45px;
}
.joinpanel .one .right {
	width: 70%;
	height: 100%;
	overflow: hidden;
}
.joinpanel .one .right .wjIm {
	width: 100%;
	height: 100%;
	background: url(../images/culture_01.jpg) left;
	background-size: cover;
}
.joinpanel .one .right .wjIm img {
	display: none;
}
.joinpanel .tow {
	height: 250px;
}
.joinpanel .tow .left {
	width: 30%;
	height: 100%;
	overflow: hidden;
}
.joinpanel .tow .right {
	width: 70%;
	height: 100%;
}
.joinpanel .tow .right b {
	padding: 60px 0 0 60px;
	display: block;
	font-size: 18px;
	color: #f08519;
}
.joinpanel .tow .right p {
	padding: 10px 20px 0 60px;
	display: block;
}
.wjp b {
	padding: 55px 0 0 35px;
	display: block;
	font-size: 18px;
}
.wjp p {
	padding: 10px 35px 0;
}
.wjp .hr {
	width: 200px;
	width: 200px;
	height: 1px;
	background: #ecb67f;
	opacity: .8;
	margin-left: 35px;
	margin-top: 10px;
}
.joinpanel .img img {
	display: none !important;
}
.wjS img {
	display: none;
}
.mobileS {
	display: none;
}
.joinpanel .three {
	height: 660px;
}
.joinpanel .three .left {
	width: 70%;
	height: 100%;
	position: relative;
}
.joinpanel .three .left .font {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding-bottom: 90px;
	z-index: 2;
}
.joinpanel .three .left .img {
	height: 100%;
	overflow: hidden;
}
.joinpanel .three .right {
	width: 30%;
	height: 100%;
}
.joinpanel .three .right .font {
	height: 50%;
	background: url(../images/culture_04.jpg);
	color: #fff;
}
.joinpanel .three .right .img {
	height: 50%;
	overflow: hidden;
}
.joinpanel .four {
	height: 645px;
}
.joinpanel .four .left {
	width: 100%;
	height: 235px;
}
.joinpanel .four .left .img {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 30%;
}
.joinpanel .four .left .font {
	bottom: 0;
	left: 0;
	background: #fff;
	float: left;
	width: 70%;
}
.joinpanel .four .right {
	width: 100%;
	height: 410px;
}
.joinpanel .four .right .font {
	width: 30%;
	height: 100%;
	background: url(../images/culture_04.jpg) center;
	background-size: cover;
	float: left;
}
.joinpanel .four .right .img {
	height: 100%;
	width: 70%;
	overflow: hidden;
	float: left;
}
.joinpanel .five {
	height: 676px;
	position: relative;
}
.joinpanel .five .left {
	width: 30%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	background: #666666;
	color: #fff;
	padding-bottom: 40px;
}
.joinpanel .five .img {
	width: 100%;
	height: 100%;
	background: url(../images/service_01.jpg) center;
	background-size: cover;
}
.joinpanel .five .right {
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding-bottom: 40px;
}
.wjIco01 {
	width: 35px;
	height: 35px;
	background: url(../images/wjico01.jpg);
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -17px;
}
.wjIco01 a {
	display: block;
	height: 100%;
}
.joinpanel .six {
	height: auto;
	overflow: hidden;
	position: relative;
}
.joinpanel .six .head {
	width: 100%;
	background: #fff;
	color: #666666;
	padding: 50px 0;
	position: relative;
}
.joinpanel .six .head p {
	padding-left: 45px;
}
.joinpanel .six .sixList {
	height: auto;
	overflow: hidden;
	background: url(../images/join09.jpg) center;
	background-size: cover;
	width: 100%;
}
.joinpanel .six .sixList li {
	float: left;
	width: 33.3333333%;
	border-right: 1px solid #999c9d;
	border-bottom: 1px solid #999c9d;
	box-sizing: border-box;
	position: relative;
}
.joinpanel .six .sixList li .cen {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	color: #fff;
	text-align: center;
	padding: 140px 0 100px 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.joinpanel .six .sixList li .cen p {
	font-size: 16px;
}
.joinpanel .six .sixList li .cen p.en {
	padding-top: 10px;
}
.joinpanel .six .sixList li .cen .img {
	width: 11px;
	height: 11px;
	background: url(../images/wjico02.png);
	display: inline-block;
	margin-top: 10px;
}
.joinpanel .six .sixList li .cen .hr {
	width: 20%;
	height: 1px;
	background: #fff;
	margin-left: 40%;
	margin-top: 5px;
}
.joinpanel .six .sixList li .cen2 {
	-webkit-transform: rotate(1deg) scale(.9);
	transform: rotate(1deg) scale(.9);
	position: absolute;
	top: 0;
	left: 0;
	background: #f08519;
	color: #fff;
	opacity: 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.joinpanel .six .sixList li .cen2 p.tit {
	font-size: 24px;
	margin: 60px 10% 30px 10%;
}
.joinpanel .six .sixList li .cen2 p.en {
	font-size: 14px;
	text-align: right;
	padding: 17px 0;
}
.joinpanel .six .sixList li .cen2 p.minh {
	min-height: 142px;
}
.joinpanel .six .sixList li .cen2 > * {
	width: 80%;
	margin-left: 10%;
}
.joinpanel .six .sixList li .cen2 .hr {
	width: 80%;
	height: 1px;
	background: #fff;
	margin-left: 10%;
	margin-top: 5px;
}
.joinpanel .six .sixList li:hover .cen2 {
	opacity: 1;
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}
.joinpanel .six .sixList li:hover .cen {
	opacity: 0;
	-webkit-transform: rotate(10deg) scale(0);
	transform: rotate(10deg) scale(0);
}
.wjW50 {
	width: 200px;
	float: left;
}
.wjW50 input {
	width: 100% !important;
	box-sizing: border-box;
}
.wjW50.curL {
	margin-right: 20px;
	width: 150px;
}
.wjW50 .rb {
	margin-top: 25px !important;
}
.texta {
	width: 100%;
}
.texta textarea {
	width: 532px !important;
	height: 140px;
	background: #ececec;
	display: inline-block;
	padding: 0 !important;
	text-indent: 20px;
	padding-top: 40px;
}
.texta textarea.s-input {
	border: 1px solid #ececec;
}
.joinpanel .six .stipbox .ti {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.wjFoot {
	width: 100%;
	max-width: 820px;
	height: auto;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -410px;
	color: #fff;
}
.wjFoot li {
	width: auto;
	float: left;
	height: 35px;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0;
	margin-right: 10px;
}
.wjFoot li > *, .wjFoot li a> * {
	float: left;
}
.wjFoot li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.wjFoot li .ico {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.wjFoot li .en {
	font-family: 'moolbor';
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.wjFoot li.cur1 {
	width: 250px;
}
.wjFoot li.cur2 {
	width: 340px;
}
.wjFoot li.cur2 .en, .wjFoot li.cur1 .en {
	margin-top: 2px;
}
.wjFoot li.cur3 {
	width: 200px;
	background: #f08519;
	line-height: 35px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.wjFoot li.cur1 .ico {
	background: url(../images/wjico03.png);
	background-size: cover;
}
.wjFoot li.cur2 .ico {
	background: url(../images/wjico04.png);
	background-size: cover;
}
.wjFoot li.cur3 .ico {
	background: url(../images/wjico05.png);
	background-size: cover;
	;
	margin-left: 20px;
}
.wjFoot li.cur3 a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}
.wjFoot li.cur3 .footCen {
	width: 0;
	height: 200px;
	margin-top: -50px;
	background: #575757;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjFoot li.cur3:hover .footCen {
	width: 100%;
}
#wjSubNav {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 100px;
	right: 22px;
	z-index: 10000;
}
#wjSubNav li {
	width: 100%;
	height: 52px;
	margin-bottom: 2px;
	cursor: pointer;
}
#wjSubNav li .font {
	width: 0px;
	height: 52px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	background: #f08519;
	color: #fff;
	line-height: 52px;
	text-indent: 25px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
#wjSubNav li .ico {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
}
#wjSubNav li .ico.cur1 {
	background: url(../images/wjico09.png) #333333;
}
#wjSubNav li .ico.cur2 {
	background: url(../images/wjico06.png) #333333;
}
#wjSubNav li .ico.cur3 {
	background: url(../images/wjico07.png) #333333;
}
#wjSubNav li .ico.cur4 {
	background: url(../images/wjico08.png) #333333;
}
#wjSubNav li:hover .ico.cur1 {
	background: url(../images/wjico09.png) #f08519;
}
#wjSubNav li:hover .ico.cur2 {
	background: url(../images/wjico06.png) #f08519;
}
#wjSubNav li:hover .ico.cur3 {
	background: url(../images/wjico07.png) #f08519;
}
#wjSubNav li:hover .ico.cur4 {
	background: url(../images/wjico08.png) #f08519;
}
#wjSubNav li:hover .font {
	width: 102px;
	left: -102px;
}
#topGo {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
#topGo.cur {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.abobox .r.cur {
	line-height: 30px;
}
.abobox .r.cur p {
	padding-top: 10px;
}
.abobox .r.cur img{max-width:100%;}
#aboList {
	width: 100%;
	height: auto;
	padding-top: 100px;
}
#aboList li {
	width: 32%;
	height: 268px;
	float: left;
	overflow: hidden;
	margin: 0 .5%;
	position: relative;
}
#aboList li a {
	color: #fff;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}
#aboList li .cen {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	cursor: pointer;
}
#aboList li .cen p {
	font-size: 16px;
	color: #fff;
}
#aboList li .cen p.en {
	font-family: 'moolbor';
	text-transform: uppercase;
	margin-top: 5px;
}
#aboList li .cen .img {
	width: 11px;
	height: 11px;
	background: url(../images/wjico02.png);
	background-size: cover;
	display: inline-block;
	margin-top: 10px;
}
#aboList li .cen .hr {
	width: 20%;
	height: 1px;
	background: #fff;
	margin-left: 40%;
	margin-top: 5px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
#aboList li img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: relative;
}
#aboList li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#aboList li:hover .cen .hr {
	width: 70%;
	margin-left: 15%;
}
.wjBigImg {
	margin-top: 80px;
}
#viewPic {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #333333;
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
}
#viewPic .head {
	width: 100%;
	height: 80px;
	background: #000000;
	line-height: 80px;
}
#viewPic .head p {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
#viewPic .head ul {
	width: auto;
	height: 30px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
#viewPic .head ul li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	float: left;
	text-align: center;
	border-left: 1px solid #333333;
	padding: 25px;
	cursor: pointer;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
#viewPic .head ul li.cur1 {
	background: url(../images/aboutico01.png) no-repeat center;
}
#viewPic .head ul li.cur3 {
	background: url(../images/aboutico02.png) no-repeat center;
}
#viewPic .head ul li.cur4 {
	background: url(../images/aboutico03.png) no-repeat center;
}
#viewPic .head ul li.cur1:hover {
	background: url(../images/aboutico01.png) no-repeat center #f08519;
}
#viewPic .head ul li.cur3:hover {
	background: url(../images/aboutico02.png) no-repeat center #f08519;
}
#viewPic .head ul li.cur4:hover {
	background: url(../images/aboutico03.png) no-repeat center #f08519;
}
.wjImgWra {
	width: 60%;
	height: 60%;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}
.wjImgWra ul {
	height: 100%;
	position: relative;
}
.wjImgWra ul li {
	height: 100%;
	float: left;
}
.wjImgWra ul li img {
	max-width: 100%;
	max-height: 100%;
}
.wjOne {
	width: 100%;
	padding-top: 130px;
	overflow: hidden;
}
.wjtitle {
	height: auto;
	max-width: 1200px;
	margin: auto;
}
.wjtitle.curtC {
	text-align: center;
}
.wjtitle.curtC .hr {
	margin: auto;
}
.wjtitle .en {
	font-family: 'moolbor';
	text-transform: uppercase;
	line-height: 0.75;
	font-size: 60px;
}
.wjtitle .hr {
	width: 14px;
	height: 6px;
	background: #f08519;
	margin-bottom: 10px;
}
.wjtitle .ch {
	font-size: 16px;
	margin-bottom: 10px;
}
.wjBtnWra {
	height: 24px;
	position: relative;
	margin-top: -24px;
	margin: -24px auto 0;
	width: 1200px;
}
.wjBtnWra > * {
	float: right;
}
.wjBtnWra .yuan {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #f08519;
}
.wjBtnWra .wjBtnPre {
	width: 24px;
	height: 24px;
	position: relative;
}
.wjBtnWra .wjBtnNext {
	width: 24px;
	height: 24px;
	position: relative;
	text-align: right;
}
.wjBtnWra .lin {
	width: 100%;
	height: 3px;
	background: url(../images/wjico12.png);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjBtnWra img {
	margin-top: 5px;
	margin-left: -2px;
}
.wjBtnWra .wjBtnNext img {
	margin-right: -2px;
}
/*.wjBtnWra .wjBtnPre:hover .lin{background:url(../images/wjico13.jpg);}*/
/*.wjBtnWra .wjBtnNext:hover .lin{background:url(../images/wjico13.jpg);}*/
.wjBtnWra .wjBtnNext .lin {
	background: url(../images/wjico13.jpg);
}
.wjWra {
	height: auto;
	position: relative;
	height: auto;
	margin-top: 70px;
}
.wjWra .hieL {
	width: 1000px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -1600px;
	background: #cccccc;
	height: 1px;
}
.wjWra .hieR {
	width: 1000px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 600px;
	background: #cccccc;
	height: 1px;
}
.wjWra .hieL .dian {
	width: 6px;
	height: 6px;
	background: #f08519;
	float: right;
	margin-top: -3px;
	position: relative;
	z-index: 10;
	border-radius: 6px;
}
.wjWra .hieR .dian {
	width: 6px;
	height: 6px;
	background: #f08519;
	float: left;
	margin-top: -3px;
	position: relative;
	z-index: 10;
	border-radius: 6px;
}
.wjWra .listWra {
	width: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.wjWra .listWra ul {
	width: 100000px;
	height: auto;
	position: relative;
}
.wjWra .listWra ul li {
	width: 250px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.wjWra .listWra ul li > p {
	width: 76%;
	margin-left: 12%;
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}
.wjWra .listWra ul li b {
	height: 60px;
	line-height: 90px;
	text-indent: 12%;
	font-size: 48px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-weight: 100;
	display: block;
}
.wjWra .en {
	font-family: 'moolbor';
	text-transform: uppercase;
}
.wjWra .listWra ul li b .bottomLine {
	width: 76%;
	height: 4px;
	background: #f08519;
	position: absolute;
	bottom: -2px;
	margin-left: 12%;
}
.wjTow {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url(../images/about08.jpg) center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
}
.wjTow .listWra {
	width: 1140px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.wjTow .listWra ul {
	width: 100000px;
	position: relative;
}
.wjTow .listWra li {
	width: 245px;
	height: 340px;
	float: left;
	margin: 0 20px;
	overflow: hidden;
}
.wjTow .listWra li img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
.wjTow .listWra li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.lbWra {
	width: 1200px;
	position: relative;
	height: auto;
	padding-top: 100px;
	margin: auto;
}
.lbWra .wjBtnPre {
	width: 39px;
	height: 39px;
	background: url(../images/wjbtnl.png) center;
	background-size: cover;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -680px;
	cursor: pointer;
}
.lbWra .wjBtnNext {
	width: 39px;
	height: 39px;
	background: url(../images/wjbtnr.png) center;
	background-size: cover;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 640px;
	cursor: pointer;
}
.lbWra .wjBtnPre:hover {
	background: url(../images/wjbtnls.png) center;
	background-size: cover;
}
.lbWra .wjBtnNext:hover {
	background: url(../images/wjbtnrs.png) center;
	background-size: cover;
}
.wjTree {
	width: 100%;
	height: auto;
	padding-top: 150px;
	padding-bottom: 700px;
	background-size: cover;
	position: relative;
}
.wjTree .lbWras {
	width: 880px;
	height: auto;
	padding: 13px;
	background: #fafafa;
	overflow: hidden;
	position: absolute;
	margin-top: 100px;
	left: 50%;
	margin-left: -600px;
}
.wjTree .lbWras > * {
	float: left;
}
.wjTree .lbWras .wjBtnPre {
	width: 30px;
	margin-right: 5px;
	height: 176px;
	background: url(../images/wjjtl.png) center no-repeat;
	cursor: pointer;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjTree .lbWras .wjBtnNext {
	width: 30px;
	margin-left: 5px;
	height: 176px;
	background: url(../images/wjjtr.png) center no-repeat;
	cursor: pointer;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjTree .lbWras .wjBtnPre:hover {
	background: url(../images/wjjtls.png) center no-repeat;
}
.wjTree .lbWras .wjBtnNext:hover {
	background: url(../images/wjjtrs.png) center no-repeat;
}
.wjTree .lbWras .listWra {
	width: 810px;
	height: 176px;
	position: relative;
	overflow: hidden;
}
.wjTree .lbWras .listWra ul {
	width: 100000px;
	height: 100%;
	position: relative;
}
.wjTree .lbWras .listWra ul li {
	width: 260px;
	height: 156px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}
.wjTree .lbWras .listWra ul li img {
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjTree .lbWras .listWra ul li:hover img {
	height: 100%;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.fouList {
	width: 100%;
	height: 14px;
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.fouList ul {
	width: auto;
	position: absolute;
	left: 50% !important;
}
.fouList ul li {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 5px;
	border-radius: 14px;
	background: #c8c8c8;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.fouList ul li.cur {
	background: #f08519;
}
.fouList ul li:hover {
	background: #f08519;
}
.wjFour {
	padding-bottom: 80px;
	padding-top: 75px;
}
.wjBtnWra.cur .wjBtnPres {
	width: 39px;
	height: 39px;
	background: url(../images/wjbtnl.png) center;
	background-size: cover;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	cursor: pointer;
	margin-right: 20px;
}
.wjBtnWra.cur .wjBtnNexts {
	width: 39px;
	height: 39px;
	background: url(../images/wjbtnr.png) center;
	background-size: cover;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	cursor: pointer;
}
.wjBtnWra.cur .wjBtnPres:hover {
	background: url(../images/wjbtnls.png) center;
	background-size: cover;
}
.wjBtnWra.cur .wjBtnNexts:hover {
	background: url(../images/wjbtnrs.png) center;
	background-size: cover;
}
.wjFour .wjListWra {
	width: 1248px;
	margin: auto;
	height: 434px;
	position: relative;
	overflow: hidden;
	margin: 85px auto 0;
}
.wjFour .wjListWra ul {
	width: 1000000px;
	height: 100%;
	position: absolute;
	top: 0;
}
.wjFour .wjListWra ul li {
	float: left;
	margin: 0 25px 50px;
	overflow: hidden;
	width: 262px;
	height: 153px;
}
.wjFour .wjListWra ul li img {
	filter: grayscale(100%);
	width: 100%;
	-webkit-filter: grayscale(100%);
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.wjFour .wjListWra ul li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mobaileShow {
	display: none;
}
.wjoh {
	overflow: hidden;
}
/*.filters img,*/.filters {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
/*.filtRemove:hover .filters img{filter: grayscale(0);-webkit-filter: grayscale(0);
			-webkit-transform:scale(1.1);transform:scale(1.1);}*/
.filtRemove:hover .filters {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.wjIm {
	width: 100%;
	height: 100%;
}
.joinpanel .one .right .wjIm img {
	display: none;
}
.joinpanel .one .right .wjIm {
	background: url(../images/culture_01.jpg) left;
	background-size: cover;
}
.joinpanel .tow .left .wjIm {
	background: url(../images/culture_02.jpg) center;
	background-size: cover;
}
.joinpanel .three .left .img .wjIm {
	background: url(../images/culture_03.jpg) center;
	background-size: cover;
}
.joinpanel .three .right .img .wjIm {
	background: url(../images/culture_05.jpg) center;
	background-size: cover;
}
.joinpanel .four .left .img .wjIm {
	background: url(../images/culture_06.png) center;
	background-size: cover;
}
.joinpanel .four .right .img .wjIm {
	background: url(../images/culture_07.jpg) center;
	background-size: cover;
}
.wjimgBig {
	height: 500px;
	position: relative;
	background: url(../images/about04.jpg);
	margin-top: 80px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.wjimgBig img {
	display: none;
	width: 90%;
	margin-left: 5%;
}
.wjWra .listWra:hover {
	cursor: pointer;
	cursor: url(../images/hand_Up.ico), auto;
}
.wjWra .listWra.curc:hover {
	cursor: pointer;
	cursor: url(../images/hand_Donw.ico), auto;
}
.wjWra .listWra {
	-webkit-user-select: none;
	user-select: none;
}
.abobox .l.curfiex {
	height: 100px;
}
.abobox .l.curfiex .abti {
	top: 175px;
	position: fixed;
}
.woList .gray img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%); /*filter: gray;*/
}
.nd-box {
	padding: 65px 50px;
	background: #fff;
	margin-top: 42px;
}
.nd-ti {
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}
.nd-pic .picbox {
	height: 800px;
	position: relative;
	overflow: hidden;
}
.nd-pic .picbox img {
	vertical-align: middle;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.nd-pic .slick-dots {
	margin-top: 0;
	padding: 17px 15px;
	background: #f08519;
	text-align: left;
}
.nd-pic .slick-dots li {
	background: #fff;
}
.nd-pic .slick-dots li.slick-active, .ndpics .slick-dots li:hover {
	background: #e52f47 !important;
}
.nd-pic .slick-arrow {
	display: block;
	width: 38px;
	height: 38px;
	border: 1px solid #999;
	border-radius: 100%;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 99;
}
.nd-pic .slick-prev {
	left: 0;
	background: url(../images/abm4.png) no-repeat left center;
}
.nd-pic .slick-next {
	right: 0;
	background: url(../images/abm3.png) no-repeat right center;
}
.job-warp {
	width: 1200px;
	margin: 0 auto 80px;
}
.job-warp ul li {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #e9ebed
}
.job-warp li .title {
	height: 52px;
	line-height: 52px;
	padding: 0 40px;
	color: #4b4b4b;
	background-color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp li.on .title {
	background-color: #346452;
	color: #fff;
}
.job-warp li .title span {
	float: right;
	padding-right: 30px;
	background: url(../images/job-icon1.png) right center no-repeat;
}
.job-warp li.on .title span {
	background: url(../images/job-icon2.png) right center no-repeat
}
.job-warp li .warp {
	padding: 10px 40px 20px;
	background-color: #fff;
	display: none
}
.job-warp .warp .tbl {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 20% 20px 0;
	border-bottom: 1px solid #e9ebed
}
.job-warp .warp .tbl p {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 26px;
}
.job-warp .warp .tbl p span {
	color: #565656;
	padding-left: 15px;
}
.job-warp .warp .cont h2 {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	margin-bottom: 15px;
}
.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {
	font-size: 14px;
	line-height: 28px;
	color: #565656
}
.job-warp .warp .btns {
	font-size: 14px;
	line-height: 20px;
	color: #346452;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp .warp .btns:hover {
	color: #222;
}


.footbg{
	background: #3c3d3c;
	padding-top: 5.5%;
}
.foot1{
	padding-bottom: 4%;
	position: relative;
}
.foot1 .ff1{
	width: 20%;
	float: left;
}
.foot1 .ff1 ul li{
	font-size: 18px;
	color: #fff;
	line-height: 2.5;
}
.foot1 .ff1 ul li a{
	color: #fff;
}
.foot1 .ff2{
	width: 55%;
	float: left;
	border-left: 1px solid #4f4f4f;
	border-right: 1px solid #4f4f4f;
}
.foot1 .ff2 .cont{
	text-align: center;
	padding: 0 5%;
}
.foot1 .ff2 .cont .flogo img{
	max-width: 100%;
}
.foot1 .ff2 .cont .ms{
	font-size: 18px;
	color: #b1b1b1;
	line-height: 2;
	padding: 20px 0;
}
.foot1 .ff2 .cont .ftel{
	margin-top: 5%;
}
.foot1 .ff2 .cont .ftel dd{
	font-size: 18px;
	color: #b1b1b1;
	font-family: Arial;
}
.foot1 .ff2 .cont .ftel dt{
	font-size: 36px;
	color: #b1b1b1;
	font-weight: 400;
	line-height: 2;
}
.foot1 .ff3{
   position: absolute;
   right: 0;
   top: 0;
   text-align: center;
} 
.foot1 .ff3 h3{
	font-size: 20px;
	color: #fff;
	line-height: 2;
}
.foot1 .ff3 .fewm{
	padding-top: 20px;
}
.foot1 .ff3 .fewm img{
	max-width: 100%;
}
.foot1 .ff3 .fewm p{
	font-size: 16px;
	color: #636363;
	line-height: 3;
}
.foot1 .ff3 .zsjm{
	margin-top: 20%;
}
.foot1 .ff3 .zsjm a{
	font-size: 16px;
	color: #fff;
	letter-spacing: 4px;
}
.foot2{
	padding: 20px 0;
	border-top: 1px solid #4f4f4f;
	font-size: 14px;
	color: #8b8b8b;
	line-height: 2;
	text-align: center;
}
.foot2 a{
	color: #8b8b8b;
}
